from1(X) -> cons2(X, from1(s1(X)))
2ndspos2(0, Z) -> rnil
2ndspos2(s1(N), cons2(X, cons2(Y, Z))) -> rcons2(posrecip1(Y), 2ndsneg2(N, Z))
2ndsneg2(0, Z) -> rnil
2ndsneg2(s1(N), cons2(X, cons2(Y, Z))) -> rcons2(negrecip1(Y), 2ndspos2(N, Z))
pi1(X) -> 2ndspos2(X, from1(0))
plus2(0, Y) -> Y
plus2(s1(X), Y) -> s1(plus2(X, Y))
times2(0, Y) -> 0
times2(s1(X), Y) -> plus2(Y, times2(X, Y))
square1(X) -> times2(X, X)
↳ QTRS
↳ Non-Overlap Check
from1(X) -> cons2(X, from1(s1(X)))
2ndspos2(0, Z) -> rnil
2ndspos2(s1(N), cons2(X, cons2(Y, Z))) -> rcons2(posrecip1(Y), 2ndsneg2(N, Z))
2ndsneg2(0, Z) -> rnil
2ndsneg2(s1(N), cons2(X, cons2(Y, Z))) -> rcons2(negrecip1(Y), 2ndspos2(N, Z))
pi1(X) -> 2ndspos2(X, from1(0))
plus2(0, Y) -> Y
plus2(s1(X), Y) -> s1(plus2(X, Y))
times2(0, Y) -> 0
times2(s1(X), Y) -> plus2(Y, times2(X, Y))
square1(X) -> times2(X, X)
↳ QTRS
↳ Non-Overlap Check
↳ QTRS
↳ DependencyPairsProof
from1(X) -> cons2(X, from1(s1(X)))
2ndspos2(0, Z) -> rnil
2ndspos2(s1(N), cons2(X, cons2(Y, Z))) -> rcons2(posrecip1(Y), 2ndsneg2(N, Z))
2ndsneg2(0, Z) -> rnil
2ndsneg2(s1(N), cons2(X, cons2(Y, Z))) -> rcons2(negrecip1(Y), 2ndspos2(N, Z))
pi1(X) -> 2ndspos2(X, from1(0))
plus2(0, Y) -> Y
plus2(s1(X), Y) -> s1(plus2(X, Y))
times2(0, Y) -> 0
times2(s1(X), Y) -> plus2(Y, times2(X, Y))
square1(X) -> times2(X, X)
from1(x0)
2ndspos2(0, x0)
2ndspos2(s1(x0), cons2(x1, cons2(x2, x3)))
2ndsneg2(0, x0)
2ndsneg2(s1(x0), cons2(x1, cons2(x2, x3)))
pi1(x0)
plus2(0, x0)
plus2(s1(x0), x1)
times2(0, x0)
times2(s1(x0), x1)
square1(x0)
2NDSPOS2(s1(N), cons2(X, cons2(Y, Z))) -> 2NDSNEG2(N, Z)
PLUS2(s1(X), Y) -> PLUS2(X, Y)
PI1(X) -> 2NDSPOS2(X, from1(0))
TIMES2(s1(X), Y) -> PLUS2(Y, times2(X, Y))
2NDSNEG2(s1(N), cons2(X, cons2(Y, Z))) -> 2NDSPOS2(N, Z)
TIMES2(s1(X), Y) -> TIMES2(X, Y)
SQUARE1(X) -> TIMES2(X, X)
PI1(X) -> FROM1(0)
FROM1(X) -> FROM1(s1(X))
from1(X) -> cons2(X, from1(s1(X)))
2ndspos2(0, Z) -> rnil
2ndspos2(s1(N), cons2(X, cons2(Y, Z))) -> rcons2(posrecip1(Y), 2ndsneg2(N, Z))
2ndsneg2(0, Z) -> rnil
2ndsneg2(s1(N), cons2(X, cons2(Y, Z))) -> rcons2(negrecip1(Y), 2ndspos2(N, Z))
pi1(X) -> 2ndspos2(X, from1(0))
plus2(0, Y) -> Y
plus2(s1(X), Y) -> s1(plus2(X, Y))
times2(0, Y) -> 0
times2(s1(X), Y) -> plus2(Y, times2(X, Y))
square1(X) -> times2(X, X)
from1(x0)
2ndspos2(0, x0)
2ndspos2(s1(x0), cons2(x1, cons2(x2, x3)))
2ndsneg2(0, x0)
2ndsneg2(s1(x0), cons2(x1, cons2(x2, x3)))
pi1(x0)
plus2(0, x0)
plus2(s1(x0), x1)
times2(0, x0)
times2(s1(x0), x1)
square1(x0)
↳ QTRS
↳ Non-Overlap Check
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
2NDSPOS2(s1(N), cons2(X, cons2(Y, Z))) -> 2NDSNEG2(N, Z)
PLUS2(s1(X), Y) -> PLUS2(X, Y)
PI1(X) -> 2NDSPOS2(X, from1(0))
TIMES2(s1(X), Y) -> PLUS2(Y, times2(X, Y))
2NDSNEG2(s1(N), cons2(X, cons2(Y, Z))) -> 2NDSPOS2(N, Z)
TIMES2(s1(X), Y) -> TIMES2(X, Y)
SQUARE1(X) -> TIMES2(X, X)
PI1(X) -> FROM1(0)
FROM1(X) -> FROM1(s1(X))
from1(X) -> cons2(X, from1(s1(X)))
2ndspos2(0, Z) -> rnil
2ndspos2(s1(N), cons2(X, cons2(Y, Z))) -> rcons2(posrecip1(Y), 2ndsneg2(N, Z))
2ndsneg2(0, Z) -> rnil
2ndsneg2(s1(N), cons2(X, cons2(Y, Z))) -> rcons2(negrecip1(Y), 2ndspos2(N, Z))
pi1(X) -> 2ndspos2(X, from1(0))
plus2(0, Y) -> Y
plus2(s1(X), Y) -> s1(plus2(X, Y))
times2(0, Y) -> 0
times2(s1(X), Y) -> plus2(Y, times2(X, Y))
square1(X) -> times2(X, X)
from1(x0)
2ndspos2(0, x0)
2ndspos2(s1(x0), cons2(x1, cons2(x2, x3)))
2ndsneg2(0, x0)
2ndsneg2(s1(x0), cons2(x1, cons2(x2, x3)))
pi1(x0)
plus2(0, x0)
plus2(s1(x0), x1)
times2(0, x0)
times2(s1(x0), x1)
square1(x0)
↳ QTRS
↳ Non-Overlap Check
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDP
↳ QDP
PLUS2(s1(X), Y) -> PLUS2(X, Y)
from1(X) -> cons2(X, from1(s1(X)))
2ndspos2(0, Z) -> rnil
2ndspos2(s1(N), cons2(X, cons2(Y, Z))) -> rcons2(posrecip1(Y), 2ndsneg2(N, Z))
2ndsneg2(0, Z) -> rnil
2ndsneg2(s1(N), cons2(X, cons2(Y, Z))) -> rcons2(negrecip1(Y), 2ndspos2(N, Z))
pi1(X) -> 2ndspos2(X, from1(0))
plus2(0, Y) -> Y
plus2(s1(X), Y) -> s1(plus2(X, Y))
times2(0, Y) -> 0
times2(s1(X), Y) -> plus2(Y, times2(X, Y))
square1(X) -> times2(X, X)
from1(x0)
2ndspos2(0, x0)
2ndspos2(s1(x0), cons2(x1, cons2(x2, x3)))
2ndsneg2(0, x0)
2ndsneg2(s1(x0), cons2(x1, cons2(x2, x3)))
pi1(x0)
plus2(0, x0)
plus2(s1(x0), x1)
times2(0, x0)
times2(s1(x0), x1)
square1(x0)
The following pairs can be strictly oriented and are deleted.
The remaining pairs can at least by weakly be oriented.
PLUS2(s1(X), Y) -> PLUS2(X, Y)
[PLUS1, s1]
↳ QTRS
↳ Non-Overlap Check
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ PisEmptyProof
↳ QDP
↳ QDP
↳ QDP
from1(X) -> cons2(X, from1(s1(X)))
2ndspos2(0, Z) -> rnil
2ndspos2(s1(N), cons2(X, cons2(Y, Z))) -> rcons2(posrecip1(Y), 2ndsneg2(N, Z))
2ndsneg2(0, Z) -> rnil
2ndsneg2(s1(N), cons2(X, cons2(Y, Z))) -> rcons2(negrecip1(Y), 2ndspos2(N, Z))
pi1(X) -> 2ndspos2(X, from1(0))
plus2(0, Y) -> Y
plus2(s1(X), Y) -> s1(plus2(X, Y))
times2(0, Y) -> 0
times2(s1(X), Y) -> plus2(Y, times2(X, Y))
square1(X) -> times2(X, X)
from1(x0)
2ndspos2(0, x0)
2ndspos2(s1(x0), cons2(x1, cons2(x2, x3)))
2ndsneg2(0, x0)
2ndsneg2(s1(x0), cons2(x1, cons2(x2, x3)))
pi1(x0)
plus2(0, x0)
plus2(s1(x0), x1)
times2(0, x0)
times2(s1(x0), x1)
square1(x0)
↳ QTRS
↳ Non-Overlap Check
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDP
TIMES2(s1(X), Y) -> TIMES2(X, Y)
from1(X) -> cons2(X, from1(s1(X)))
2ndspos2(0, Z) -> rnil
2ndspos2(s1(N), cons2(X, cons2(Y, Z))) -> rcons2(posrecip1(Y), 2ndsneg2(N, Z))
2ndsneg2(0, Z) -> rnil
2ndsneg2(s1(N), cons2(X, cons2(Y, Z))) -> rcons2(negrecip1(Y), 2ndspos2(N, Z))
pi1(X) -> 2ndspos2(X, from1(0))
plus2(0, Y) -> Y
plus2(s1(X), Y) -> s1(plus2(X, Y))
times2(0, Y) -> 0
times2(s1(X), Y) -> plus2(Y, times2(X, Y))
square1(X) -> times2(X, X)
from1(x0)
2ndspos2(0, x0)
2ndspos2(s1(x0), cons2(x1, cons2(x2, x3)))
2ndsneg2(0, x0)
2ndsneg2(s1(x0), cons2(x1, cons2(x2, x3)))
pi1(x0)
plus2(0, x0)
plus2(s1(x0), x1)
times2(0, x0)
times2(s1(x0), x1)
square1(x0)
The following pairs can be strictly oriented and are deleted.
The remaining pairs can at least by weakly be oriented.
TIMES2(s1(X), Y) -> TIMES2(X, Y)
[TIMES1, s1]
↳ QTRS
↳ Non-Overlap Check
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ PisEmptyProof
↳ QDP
↳ QDP
from1(X) -> cons2(X, from1(s1(X)))
2ndspos2(0, Z) -> rnil
2ndspos2(s1(N), cons2(X, cons2(Y, Z))) -> rcons2(posrecip1(Y), 2ndsneg2(N, Z))
2ndsneg2(0, Z) -> rnil
2ndsneg2(s1(N), cons2(X, cons2(Y, Z))) -> rcons2(negrecip1(Y), 2ndspos2(N, Z))
pi1(X) -> 2ndspos2(X, from1(0))
plus2(0, Y) -> Y
plus2(s1(X), Y) -> s1(plus2(X, Y))
times2(0, Y) -> 0
times2(s1(X), Y) -> plus2(Y, times2(X, Y))
square1(X) -> times2(X, X)
from1(x0)
2ndspos2(0, x0)
2ndspos2(s1(x0), cons2(x1, cons2(x2, x3)))
2ndsneg2(0, x0)
2ndsneg2(s1(x0), cons2(x1, cons2(x2, x3)))
pi1(x0)
plus2(0, x0)
plus2(s1(x0), x1)
times2(0, x0)
times2(s1(x0), x1)
square1(x0)
↳ QTRS
↳ Non-Overlap Check
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
2NDSPOS2(s1(N), cons2(X, cons2(Y, Z))) -> 2NDSNEG2(N, Z)
2NDSNEG2(s1(N), cons2(X, cons2(Y, Z))) -> 2NDSPOS2(N, Z)
from1(X) -> cons2(X, from1(s1(X)))
2ndspos2(0, Z) -> rnil
2ndspos2(s1(N), cons2(X, cons2(Y, Z))) -> rcons2(posrecip1(Y), 2ndsneg2(N, Z))
2ndsneg2(0, Z) -> rnil
2ndsneg2(s1(N), cons2(X, cons2(Y, Z))) -> rcons2(negrecip1(Y), 2ndspos2(N, Z))
pi1(X) -> 2ndspos2(X, from1(0))
plus2(0, Y) -> Y
plus2(s1(X), Y) -> s1(plus2(X, Y))
times2(0, Y) -> 0
times2(s1(X), Y) -> plus2(Y, times2(X, Y))
square1(X) -> times2(X, X)
from1(x0)
2ndspos2(0, x0)
2ndspos2(s1(x0), cons2(x1, cons2(x2, x3)))
2ndsneg2(0, x0)
2ndsneg2(s1(x0), cons2(x1, cons2(x2, x3)))
pi1(x0)
plus2(0, x0)
plus2(s1(x0), x1)
times2(0, x0)
times2(s1(x0), x1)
square1(x0)
The following pairs can be strictly oriented and are deleted.
The remaining pairs can at least by weakly be oriented.
2NDSPOS2(s1(N), cons2(X, cons2(Y, Z))) -> 2NDSNEG2(N, Z)
2NDSNEG2(s1(N), cons2(X, cons2(Y, Z))) -> 2NDSPOS2(N, Z)
s1 > [2NDSPOS1, cons, 2NDSNEG1]
↳ QTRS
↳ Non-Overlap Check
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ PisEmptyProof
↳ QDP
from1(X) -> cons2(X, from1(s1(X)))
2ndspos2(0, Z) -> rnil
2ndspos2(s1(N), cons2(X, cons2(Y, Z))) -> rcons2(posrecip1(Y), 2ndsneg2(N, Z))
2ndsneg2(0, Z) -> rnil
2ndsneg2(s1(N), cons2(X, cons2(Y, Z))) -> rcons2(negrecip1(Y), 2ndspos2(N, Z))
pi1(X) -> 2ndspos2(X, from1(0))
plus2(0, Y) -> Y
plus2(s1(X), Y) -> s1(plus2(X, Y))
times2(0, Y) -> 0
times2(s1(X), Y) -> plus2(Y, times2(X, Y))
square1(X) -> times2(X, X)
from1(x0)
2ndspos2(0, x0)
2ndspos2(s1(x0), cons2(x1, cons2(x2, x3)))
2ndsneg2(0, x0)
2ndsneg2(s1(x0), cons2(x1, cons2(x2, x3)))
pi1(x0)
plus2(0, x0)
plus2(s1(x0), x1)
times2(0, x0)
times2(s1(x0), x1)
square1(x0)
↳ QTRS
↳ Non-Overlap Check
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ QDP
FROM1(X) -> FROM1(s1(X))
from1(X) -> cons2(X, from1(s1(X)))
2ndspos2(0, Z) -> rnil
2ndspos2(s1(N), cons2(X, cons2(Y, Z))) -> rcons2(posrecip1(Y), 2ndsneg2(N, Z))
2ndsneg2(0, Z) -> rnil
2ndsneg2(s1(N), cons2(X, cons2(Y, Z))) -> rcons2(negrecip1(Y), 2ndspos2(N, Z))
pi1(X) -> 2ndspos2(X, from1(0))
plus2(0, Y) -> Y
plus2(s1(X), Y) -> s1(plus2(X, Y))
times2(0, Y) -> 0
times2(s1(X), Y) -> plus2(Y, times2(X, Y))
square1(X) -> times2(X, X)
from1(x0)
2ndspos2(0, x0)
2ndspos2(s1(x0), cons2(x1, cons2(x2, x3)))
2ndsneg2(0, x0)
2ndsneg2(s1(x0), cons2(x1, cons2(x2, x3)))
pi1(x0)
plus2(0, x0)
plus2(s1(x0), x1)
times2(0, x0)
times2(s1(x0), x1)
square1(x0)